Spring Boot Kotlin API
Toggle table of contents
4.0.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Spring Boot Kotlin API
Spring Boot Kotlin API
/
org.springframework.boot.docs.features.developingautoconfiguration.testing
/
[jvm]MyServiceAutoConfiguration
My
Service
Auto
Configuration
@
AutoConfiguration
@
ConditionalOnClass
(
value
=
MyService::class
)
@
EnableConfigurationProperties
(
value
=
UserProperties::class
)
class
MyServiceAutoConfiguration
Members
Constructors
My
Service
Auto
Configuration
Link copied to clipboard
constructor
(
)
Types
User
Properties
Link copied to clipboard
@
ConfigurationProperties
(
value
=
"user"
)
open
class
UserProperties